Welcome![Sign In][Sign Up]
Location:
Search - matrix matlab

Search list

[Develop ToolsMatlab GUI编程中文参考手册

Description: MATLAB 的名称源自 Matrix Laboratory ,它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,并提供了大量的内置函数,从而被广泛地应用于科学计算、控制系统、信息处理等领域的分析、仿真和设计工作,而且利用 MATLAB 产品的开放式结构,可以非常容易地对 MATLAB 的功能进行扩充,从而在不断深化对问题认识的同时,不断完善 MATLAB 产品以提高产品自身的竞争能力。重点介绍MATLAB创建图形用户界面应用程序的原则和方法,有大量具体的代码创建界面并实现相应用户动作的方法。 -MATLAB name from the Matrix Laboratory, it is a scientific computing software, specialized form of a matrix of data processing. MATLAB high-performance numerical computation and visualization integrated together, and provide a large number of built-in functions, which are widely used in scientific computation, control systems, information processing and other fields of analysis, simulation and design work, but using MATLAB product's open architecture can easily right MATLAB functions for the expansion, thus deepening the understanding of the problem, but also constantly improve MATLAB products to enhance their products competitive. Highlights MATLAB to create graphical user interface applications of the principles and methods, a large number of specific interface and creates a correspo
Platform: | Size: 195006 | Author: 洪春 | Hits:

[Other resourcematlab-code

Description: matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process
Platform: | Size: 3102 | Author: 郑超 | Hits:

[Multimedia programSPITH-Matlab

Description: Matlab编写的SPIHT 也叫层树分集压缩算法 本算法目前适合处理8*8的矩阵 <由于时间关系 本算法还不能对大的图像进行操作 但是主要的思想算法都在 只要稍做修改即可>希望对大家会有帮助 -Matlab prepared SPIHT also called tree diversity layer compression algorithm suitable for the processing algorithm currently 8 * 8 the Matrix
Platform: | Size: 4676 | Author: lin | Hits:

[Graph programHoughObject

Description: 用MATLAB简单的边沿提取.基于the Hough Matrix-MATLAB simple extraction 2500. Based on the Hough Matrix
Platform: | Size: 10198 | Author: ruan pingfan | Hits:

[Other resourcematrix

Description: Matlab系列。矩阵计算各类算法比较分析。-Matlab series. Matrix comparative analysis of the various algorithms.
Platform: | Size: 363695 | Author: 夏泽洋 | Hits:

[Windows DevelopMatrix

Description: 用c编写的矩阵分解程序,对于不用 matlab的人来说,还是有一定用处
Platform: | Size: 4537 | Author: ZJUFB | Hits:

[Special Effectsmatrix

Description: matlab 求灰度共生矩阵,对数字图像处理的学习很有好处的。
Platform: | Size: 97169 | Author: l | Hits:

[Other resource仿matlab矩阵运算

Description: vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone using them
Platform: | Size: 87392 | Author: 李晓辉 | Hits:

[Graph Recognizec第二章 matlab语言基础h2

Description: 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example -- Images from the PCB to delete all current lines, retaining only chip targets
Platform: | Size: 8567 | Author: 肖雷 | Hits:

[Graph program视频分割的matlab 程序

Description: 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of the matrix before a less brightness matrix, calculated two frames worse. 3. Iterative Frame calculated the noise mean and the standard deviation. 4. According to the mean and standard deviation of filtering noise, changes to be regional. 5. Operators using mathematical morphology to be the ultimate target template.
Platform: | Size: 2539 | Author: 王斌 | Hits:

[Mathimatics-Numerical algorithms矩阵特征值的Householder方法

Description: 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
Platform: | Size: 1024 | Author: | Hits:

[Mathimatics-Numerical algorithmssvd

Description: 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
Platform: | Size: 9216 | Author: 董启文 | Hits:

[Graph programplot

Description: 利用VB和Matrix控件(Matlab)绘制简单图形。-use VB and Matrix Control (Matlab) drawing simple graphics.
Platform: | Size: 2048 | Author: 鲁班 | Hits:

[GDI-Bitmap矩阵类库源代码

Description: Visual c++\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \ Matlab Image Processing and practical case Featured : matrix class library source code
Platform: | Size: 8192 | Author: 丁俊 | Hits:

[matlabwaveup

Description: matlab实现s小波变换代码,m文件。输入图像矩阵,输出一幅图像,分为四块。-s Matlab achieve wavelet transform code, m documents. Input image matrix, the output an image, divided into four.
Platform: | Size: 1024 | Author: 和平 | Hits:

[AlgorithmTMM

Description: 传输矩阵法模拟光子晶体的模拟程序,好用,特别对于研究人员!-transfer matrix method photonic crystal simulation and the simulation and ease of use, especially for researchers!
Platform: | Size: 6144 | Author: 项羽 | Hits:

[matlabMATSYS

Description: 线性系统频域理论的实现 包括多项式,多项式矩阵,系统的矩阵分式描述,多项式矩阵描述,系统实现等。 其中多项式描述尚未完善。-frequency domain linear systems theory, including the realization of polynomials, polynomial matrix, the matrix fraction description, polynomial matrix description of system implementation. Description polynomial which is not yet perfect.
Platform: | Size: 251904 | Author: 倪博溢 | Hits:

[matlabarnoldi

Description: 数值分析中经典的arnoldi算法,用来求解大型矩阵方程组的求解-numerical analysis classic arnoldi algorithm used to solve large matrix equations Solution
Platform: | Size: 1024 | Author: 李晓鹏 | Hits:

[matlabGMres

Description: 数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
Platform: | Size: 1024 | Author: 李晓鹏 | Hits:

[matlabgmres_m

Description: gmres算法的一个特殊形式,用来求解大型稀疏矩阵方程-gmres algorithm a special form used to solve large sparse matrix equation
Platform: | Size: 1024 | Author: 李晓鹏 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net